home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 11 / Info-Mac_XI_Disc_1.cdr_ / Info-Mac XI Disc 1.cdr / Programs / Science & Math / MacEspresso 1.0 / espresso / copyright.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-03-03  |  982 b   |  30 lines  |  [TEXT/R*ch]

  1. #ifndef OCTTOOLS_COPYRIGHT_H
  2. #define OCTTOOLS_COPYRIGHT_H
  3. /*
  4.  * Oct Tools Distribution 3.0
  5.  *
  6.  * Copyright (c) 1988, 1989, Regents of the University of California.
  7.  * All rights reserved.
  8.  *
  9.  * Use and copying of this software and preparation of derivative works
  10.  * based upon this software are permitted.  However, any distribution of
  11.  * this software or derivative works must include the above copyright
  12.  * notice.
  13.  *
  14.  * This software is made available AS IS, and neither the Electronics
  15.  * Research Laboratory or the University of California make any
  16.  * warranty about the software, its performance or its conformity to
  17.  * any specification.
  18.  *
  19.  * Suggestions, comments, or improvements are welcome and should be
  20.  * addressed to:
  21.  *
  22.  *   octtools@eros.berkeley.edu
  23.  *   ..!ucbvax!eros!octtools
  24.  */
  25.  
  26. #if !defined(lint) && !defined(SABER)
  27. static char octtools_copyright[] = "Copyright (c) 1988, 1989, Regents of the University of California.  All rights reserved.";
  28. #endif
  29. #endif 
  30.